home *** CD-ROM | disk | FTP | other *** search
- Subject: Re:FW_CString
- Sent: 8/20/96 8:54 AM
- Received: 8/20/96 9:18 AM
- From: Greg Friedman, friedman@cognosis.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- Walter Holladay wrote:
- > There does not appear to be a coversion for FW_CString to and from a
- > pascal string. Why is that? After all this is the Mac!
-
- You can export an FW_CString as a pascal string by calling
- FW_CString::ExportPascal. It is the caller's responsibility to provide a
- buffer and to insure that the buffer is large enough. You can call
- FW_CString::GetByteLength if you want to set the size of your pascal string
- buffer dynamically.
-
- Greg Friedman
-
-
- _________________________________________________________
- Greg Friedman ODF Engineering Apple Computer
-
-
-